This repository was archived by the owner on Apr 16, 2026. It is now read-only.
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #38 +/- ##
=====================================
Coverage 6.62% 6.62%
=====================================
Files 3 3
Lines 528 528
Branches 1 1
=====================================
Hits 35 35
Misses 492 492
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
I think this is all OK. As long as the compiler is happy, I'm as well. I opened #39 to address what you mentioned above. I don't think the snpSet is important here, but vcf writing could be useful. Would it be OK to just go diploid by default? |
Additional adjustments in the generator modules
Member
Author
nevrome
approved these changes
Mar 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a first attempt to update the code-base to poseidon-hs-1.6.9.1 and stackage lts-22.43.
@nevrome needs to definitely review and maybe also extend AdmixPops. Right now I do not support VCF writing, which would be very easy to implement, but I failed to do it because the current
writeVCFAPI from poseidon-hs requires a Janno file (so that the VCF writing can write out group names and sex). Perhaps we should change the writeVCF API to make this simpler and not dependent on Janno. Another thing is that I currently do not output a SNpSET with AdmixPops. This could be changed, since the input SNP sets are known. But I did not have time to look into the exact machinery of AdmixPops to understand what the input packages exactly are. Maybe you could implement that, @nevrome, based on the Forge codebase, which has all the Snippets necessary here. Same is true for writeVCF.